From: Ian Campbell Date: Thu, 22 Mar 2007 12:22:16 +0000 (+0000) Subject: [TOOLS] libxc: Fix x86 build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15280^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=630a9be9d0bfa17f7202d82d9148aa0bc9c5a881;p=xen.git [TOOLS] libxc: Fix x86 build. Signed-off-by: Ian Campbell --- diff --git a/tools/libxc/xc_dom_x86.c b/tools/libxc/xc_dom_x86.c index 6a71cec811..fd9f62b624 100644 --- a/tools/libxc/xc_dom_x86.c +++ b/tools/libxc/xc_dom_x86.c @@ -606,6 +606,7 @@ static int x86_shadow(int xc, domid_t domid) int arch_setup_meminit(struct xc_dom_image *dom) { int rc; + xen_pfn_t pfn; x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type); if ( xc_dom_feature_translated(dom) )